Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Always pull elastic-agent image for daemonset #119

Merged
merged 4 commits into from
Oct 28, 2024

Conversation

andrewvc
Copy link
Collaborator

Always pull the elastic agent image for the daemonset

Copy link

@rogercoll rogercoll left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it would be worth changing the deployment.yaml file as well, thus you ensure no difference between the two deployed collectors

@@ -12,6 +12,7 @@ presets:
image:
repository: docker.elastic.co/beats/elastic-agent
tag: 8.16.0-SNAPSHOT
pullPolicy: always

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
pullPolicy: always
pullPolicy: Always

Reference: https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy

@andrewvc andrewvc merged commit 55ef71f into rca_ingress_obs Oct 28, 2024
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants